home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
bin
/
Remove_sclib
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
496b
|
21 lines
#!/bin/csh -f
set CD_PATH=$HOTMIXDIR/bin
cd $CD_PATH
xwsh -holdonerror -bg royalblue -fg white -fn rk16 \
-geom 75x15+100+100 -cursorfg violetred1 -cursorbg violetred1 \
-e /bin/csh -c \
"echo ; \
echo You will need to be root to remove the Showcase library.; \
echo If your system has a ROOT password, you must enter it.; \
echo If you have no ROOT password, you will not be prompted for it.; \
echo ; \
su root -c './Remove_sclib2'"
if ($? == 0)
exit 0
else
exit 1
endif